Table Strings

On-screen strings.

Functions

ShowString(str, time) Show some text on-screen.
HideString(str) Hide some on-screen text.


Functions

ShowString(str, time)
Show some text on-screen.

Parameters:

  • str DisplayString the string object to draw
  • time float the time in seconds for which to show the string. If not given, the string will have an "infinite" life, and will show until HideString is called or until the level is finished. Default: nil (i.e. infinite)
HideString(str)
Hide some on-screen text.

Parameters:

  • str DisplayString the string object to hide. Must previously have been shown with a call to ShowString, or this function will have no effect.
generated by TEN-LDoc (a fork of LDoc 1.4.6) Last updated 2023-03-31 20:44:31